home *** CD-ROM | disk | FTP | other *** search
- Preferences = {
- ACTIONS = {
- setActivatorRight:;
- setFoldersLevel:;
- setAutoSave:;
- addFolders:;
- setActivatorTop:;
- setActivatorAdd:;
- setVerifyActions:;
- setPrefs:;
- setViewerFrameToCurrent:;
- setActivatorLeft:;
- setViewerLevel:;
- setViewerW:;
- setViewerX:;
- setViewerY:;
- setViewerH:;
- setAppIconAdd:;
- setGeneralLevel:;
- swapPaneFor:;
- setHideDeactive:;
- removeFolders:;
- setActivatorBorderColor:;
- restorePrefs:;
- setActivatorBottom:;
- setActivatorFloat:;
- setAutolaunchHide:;
- setActivatorFillColor:;
- };
- OUTLETS = {
- hField;
- panel;
- modeCover;
- generalPrefsPanel;
- browser;
- xField;
- rightSwitch;
- bottomSwitch;
- currentFrameButton;
- addButton;
- floatSwitch;
- swapView;
- leftSwitch;
- topSwitch;
- removeButton;
- interiorWell;
- viewerPrefsPanel;
- wField;
- folderPrefsPanel;
- borderWell;
- toggles;
- yField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SwapView = {
- ACTIONS = {
- swapIt:;
- };
- OUTLETS = {
- lastInspector;
- currentInspector;
- delegate;
- };
- SUPERCLASS = View;
- };
- MainController = {
- ACTIONS = {
- appWillTerminate:;
- showInfoPanel:;
- appDidResignActive:;
- appDidBecomeActive:;
- freeInfoPanel:;
- readPrefs:;
- hideActivationBar:;
- appDidInit:;
- appWillInit:;
- appDidHide:;
- app:;
- barHit:;
- showPrefsPanel:;
- showActivationBar:;
- doneActivating:;
- writePrefs:;
- };
- OUTLETS = {
- infoPanel;
- preferences;
- activationBar;
- };
- SUPERCLASS = Object;
- };
-